home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group01b.txt / 000009_icon-group-sender _Mon Jul 24 07:52:55 2000.msg < prev    next >
Internet Message Format  |  2002-01-03  |  3KB

  1. Return-Path: <icon-group-sender>
  2. Received: (from root@localhost)
  3.     by baskerville.CS.Arizona.EDU (8.9.1a/8.9.1) id HAA05257
  4.     for icon-group-addresses; Mon, 24 Jul 2000 07:52:44 -0700 (MST)
  5. Message-Id: <200007241452.HAA05257@baskerville.CS.Arizona.EDU>
  6. From: "Marc C∩┐╜t∩┐╜" <cotemark@globetrotter.net>
  7. X-Newsgroups: comp.lang.icon
  8. Subject: Unicon and nmake, Unicon port to LCC Win32
  9. X-Newsreader: Microsoft Outlook Express 4.72.3612.1700
  10. X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700
  11. Date: Mon, 24 Jul 2000 02:08:25 -0400
  12. X-Complaints-To: abuse@globetrotter.net
  13. X-Trace: news.globetrotter.net 964418966 142.169.162.100 (Mon, 24 Jul 2000 02:09:26 EDT)
  14. To: icon-group@optima.CS.Arizona.EDU
  15. Errors-To: icon-group-errors@optima.CS.Arizona.EDU
  16. Status: RO
  17. Content-Length: 1892
  18.  
  19. Hi,
  20.  
  21. At http://sources.redhat.com/ml/cygwin/1999-05/msg00737.html
  22.  
  23. I found:
  24.  
  25. Microsoft has very nicely made available
  26. nmake15.exe, which is the NT3.5 vc++ 2.0 version
  27. of nmake. You can retrieve this from either
  28.  
  29. ftp://ftp.microsoft.com/Softlib/MSLFILES/NMAKE15.EXE or
  30.  
  31. ftp://unix.hensa.ac.uk/mirrors/ftp.microsoft.com/Softlib/MSLFILES/NMAKE15.EX
  32. E
  33.  
  34.  
  35. About porting Unicon:
  36.  
  37. I found the idea fun, interesting an challenging.
  38.  
  39. So i downloaded Unicon and LCC Win32. I have an NT 4.0 (SP 4) workstation.
  40. I use MSVC 5.0 (SP 3). My version of MDAC was very old, so i installed a
  41. more
  42. recent one.
  43.  
  44. [ Note: one of the pdf has a bad crc and gdbm.h is read-only. ]
  45.  
  46. I then tried to build Unicon with MSVC5.0,
  47.  
  48.     rtt.exe display usage info ( no real test )
  49.     mwiconx.exe can't read interpreter file header
  50.     wiconx.exe crash
  51.     wicont.exe display usage information ( no more test ).
  52.  
  53. and there are no other exe in the bin dir.
  54.  
  55. I then tried to compile with LCC Win32, Wow, now the real fun begun.
  56. The lcc-make program is not very happy with the !include directives
  57. So, i decided to continue with nmake.
  58.  
  59. I had to produce a new set of makefiles for lcc. I had also to modify some
  60. of the sources files to make them compile.
  61.  
  62. For now i have:
  63.  
  64. src\preproc\       compile ok, pp.exe seems ok
  65. src\common,        compile ok
  66. src\icont          does not compile
  67. src\iconc          does not compile
  68. src\wincap         does not compile ( lcc gives errors when msvc give
  69. warnings )
  70.                    i am lookin for wincap32.
  71. src\rtt            compile, produce an exe which do not crash but not ok...
  72.  
  73. I am hooked, i cant stop, i must see the end of this....
  74.  
  75. When i will have a complete set of makefiles, i will come back, with some
  76. answers and some questions.
  77.  
  78. This means that the configurations files for LCC Win32 are on their way !
  79.  
  80. For sure, i'll see the end of it !
  81.  
  82. Cheers.
  83.  
  84. Marc C∩┐╜t∩┐╜.
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.